Code |
Status |
Description |
---|---|---|
200 |
OK |
The request was successfully completed. |
201 |
Created |
A new resource was successfully created. |
204 |
No Content |
the request was accepted but that there was nothing to return. |
400 |
Bad Request |
The request was invalid. |
401 |
Unauthorized |
The request did not include an authentication token or the authentication token was expired. |
403 |
Forbidden |
The client did not have permission to access the requested resource. |
404 |
Not Found |
The requested resource was not found. |
405 |
Method Not Allowed |
The HTTP method in the request was not supported by the resource. For example, the DELETE method cannot be used with the Agent API. |
415 |
Unsupported Media Type |
the request body, specified in the Content-Type header, is unsupported by the targeted resource. |
409 |
Conflict |
The request could not be completed due to a conflict. For example, POST ContentStore Folder API cannot complete if the given file or folder name already exists in the parent location. |
500 |
Internal Server Error |
The request was not completed due to an internal error on the server side. |
503 |
Service Unavailable |
The server was unavailable. |
We are Recommending you:
- Mastering Git: 3 Hidden Commands Every Developer Should Know
- ChatGPT vs. DeepSeek: A Simple Comparison
- Convert an array to object in PHP
- 5 Lesser-Known WordPress Plugins to Supercharge Your Website in 2025
- Git Commands: A Complete Guide for Developers
- SQL vs. MongoDB
- Indian currency INR symbol on pdf using dompdf
- Best Practices for Microservices
- Top VS Code Extensions for 2025 – Super Easy Picks!
IntroductionGoogle Search Console (GSC) is a...
Master Your Time with the 80/20 Rule: A...
Get Control of Your Time: 6 Easy Ways...
India’s startup space is booming in 2025....
User experience (UX) plays a vital role in...
To place INR currency symbol in pdf while...
Introduction: Why Security Matters Laravel...
ParameterDescriptionto Required. Specifies...
The Repository pattern. Repositories are...